home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-19 | 743 b | 40 lines | [TEXT/MPS ] |
- /*
- File: MiscTests.exp
-
- Contains: Export file for Miscellaneous tests
-
- Copyright: © 1992-1994 by Apple Computer, Inc., all rights reserved.
-
- */
-
-
- #include "MiscTests.h"
-
- Library
- {
- id = "appl:test$Misc1,1.2";
- version = 1.0…1.2;
- memory = client;
- };
-
- Class TNoVTable;
- Class TStdVTable;
-
- //
- // ASLM cannot automatically detect static functions based on their mangled names
- // when SCpp or MRC is used. Because of this, we have to explicity tell ASLM not to
- // export static functions that we want to export from a function set instead.
- //
- Class TTimings
- {
- #if defined(__SC__) || defined(__MRC__)
- dontexport = StaticFunc;
- #endif
- };
-
- FunctionSet Timings
- {
- id = "appl:test$Misc1FSet,1.2";
- exports = TTimings::StaticFunc, ThrowException;
- };
-